-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the golang group across 1 directory with 44 updates #308
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the golang group with 27 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cucumber/godog](https://github.com/cucumber/godog) | `0.10.0` | `0.15.0` | | [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.2` | `1.19.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.32.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.67.1` | `1.68.1` | | google.golang.org/protobuf | `1.34.2` | `1.35.2` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.29.2` | `0.31.4` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.29.2` | `0.31.4` | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.9.2` | `1.10.0` | | [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.0` | `3.12.1` | | [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.20.2` | `0.21.0` | | [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.4` | `0.21.0` | | [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` | | [github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru) | `0.5.4` | `1.0.2` | | [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.9` | | [github.com/matttproud/golang_protobuf_extensions](https://github.com/matttproud/golang_protobuf_extensions) | `1.0.2` | `1.0.4` | | [github.com/nxadm/tail](https://github.com/nxadm/tail) | `1.4.8` | `1.4.11` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.14.0` | `1.20.5` | | [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.4.0` | `0.6.0` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.6.0` | `1.7.0` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.12` | `3.5.17` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.12` | `3.5.17` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.12` | `3.5.17` | | [golang.org/x/time](https://github.com/golang/time) | `0.5.0` | `0.8.0` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.26.0` | `0.31.4` | | [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff) | `4.4.1` | `4.4.3` | Updates `github.com/cucumber/godog` from 0.10.0 to 0.15.0 - [Release notes](https://github.com/cucumber/godog/releases) - [Changelog](https://github.com/cucumber/godog/blob/main/CHANGELOG.md) - [Commits](cucumber/godog@v0.10.0...v0.15.0) Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0) Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.18.2...v1.19.0) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `golang.org/x/net` from 0.28.0 to 0.32.0 - [Commits](golang/net@v0.28.0...v0.32.0) Updates `google.golang.org/grpc` from 1.67.1 to 1.68.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.68.1) Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.2 Updates `k8s.io/apimachinery` from 0.29.2 to 0.31.4 - [Commits](kubernetes/apimachinery@v0.29.2...v0.31.4) Updates `k8s.io/client-go` from 0.29.2 to 0.31.4 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.29.2...v0.31.4) Updates `github.com/PuerkitoBio/goquery` from 1.9.2 to 1.10.0 - [Release notes](https://github.com/PuerkitoBio/goquery/releases) - [Commits](PuerkitoBio/goquery@v1.9.2...v1.10.0) Updates `github.com/emicklei/go-restful/v3` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.11.0...v3.12.1) Updates `github.com/go-logr/logr` from 1.4.1 to 1.4.2 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.1...v1.4.2) Updates `github.com/go-openapi/jsonpointer` from 0.20.2 to 0.21.0 - [Commits](go-openapi/jsonpointer@v0.20.2...v0.21.0) Updates `github.com/go-openapi/jsonreference` from 0.20.4 to 0.21.0 - [Commits](go-openapi/jsonreference@v0.20.4...v0.21.0) Updates `github.com/go-openapi/swag` from 0.22.9 to 0.23.0 - [Commits](go-openapi/swag@v0.22.9...v0.23.0) Updates `github.com/gofrs/uuid` from 3.2.0+incompatible to 4.3.1+incompatible - [Release notes](https://github.com/gofrs/uuid/releases) - [Commits](gofrs/uuid@v3.2.0...v4.3.1) Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9 - [Commits](google/gnostic-models@v0.6.8...v0.6.9) Updates `github.com/hashicorp/go-memdb` from 1.2.1 to 1.3.4 - [Release notes](https://github.com/hashicorp/go-memdb/releases) - [Changelog](https://github.com/hashicorp/go-memdb/blob/main/changes.go) - [Commits](hashicorp/go-memdb@v1.2.1...v1.3.4) Updates `github.com/hashicorp/golang-lru` from 0.5.4 to 1.0.2 - [Release notes](https://github.com/hashicorp/golang-lru/releases) - [Commits](hashicorp/golang-lru@v0.5.4...v1.0.2) Updates `github.com/magiconair/properties` from 1.8.7 to 1.8.9 - [Release notes](https://github.com/magiconair/properties/releases) - [Commits](magiconair/properties@v1.8.7...v1.8.9) Updates `github.com/matttproud/golang_protobuf_extensions` from 1.0.2 to 1.0.4 - [Changelog](https://github.com/matttproud/golang_protobuf_extensions/blob/master/CHANGELOG.md) - [Commits](matttproud/golang_protobuf_extensions@v1.0.2...v1.0.4) Updates `github.com/nxadm/tail` from 1.4.8 to 1.4.11 - [Changelog](https://github.com/nxadm/tail/blob/master/CHANGES.md) - [Commits](nxadm/tail@v1.4.8...v1.4.11) Updates `github.com/pelletier/go-toml/v2` from 2.1.0 to 2.2.2 - [Release notes](https://github.com/pelletier/go-toml/releases) - [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml) - [Commits](pelletier/go-toml@v2.1.0...v2.2.2) Updates `github.com/prometheus/client_golang` from 1.14.0 to 1.20.5 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.14.0...v1.20.5) Updates `github.com/prometheus/client_model` from 0.3.0 to 0.6.1 - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.3.0...v0.6.1) Updates `github.com/prometheus/common` from 0.37.0 to 0.55.0 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.37.0...v0.55.0) Updates `github.com/prometheus/procfs` from 0.8.0 to 0.15.1 - [Release notes](https://github.com/prometheus/procfs/releases) - [Commits](prometheus/procfs@v0.8.0...v0.15.1) Updates `github.com/sagikazarmark/locafero` from 0.4.0 to 0.6.0 - [Commits](sagikazarmark/locafero@v0.4.0...v0.6.0) Updates `github.com/spf13/cast` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.6.0...v1.7.0) Updates `go.etcd.io/etcd/api/v3` from 3.5.12 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.12...v3.5.17) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.12 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.12...v3.5.17) Updates `go.etcd.io/etcd/client/v3` from 3.5.12 to 3.5.17 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.12...v3.5.17) Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0 - [Commits](golang/oauth2@v0.22.0...v0.23.0) Updates `golang.org/x/sys` from 0.24.0 to 0.28.0 - [Commits](golang/sys@v0.24.0...v0.28.0) Updates `golang.org/x/term` from 0.23.0 to 0.27.0 - [Commits](golang/term@v0.23.0...v0.27.0) Updates `golang.org/x/text` from 0.17.0 to 0.21.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.17.0...v0.21.0) Updates `golang.org/x/time` from 0.5.0 to 0.8.0 - [Commits](golang/time@v0.5.0...v0.8.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240903143218-8af14fe29dc1 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20240903143218-8af14fe29dc1 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `k8s.io/component-base` from 0.26.0 to 0.31.4 - [Commits](kubernetes/component-base@v0.26.0...v0.31.4) Updates `k8s.io/klog/v2` from 2.120.1 to 2.130.1 - [Release notes](https://github.com/kubernetes/klog/releases) - [Changelog](https://github.com/kubernetes/klog/blob/main/RELEASE.md) - [Commits](kubernetes/klog@v2.120.1...v2.130.1) Updates `k8s.io/kube-openapi` from 0.0.0-20240227032403-f107216b40e2 to 0.0.0-20240228011516-70dd3763d340 - [Commits](https://github.com/kubernetes/kube-openapi/commits) Updates `k8s.io/utils` from 0.0.0-20240102154912-e7106e64919e to 0.0.0-20240711033017-18e509b52bc8 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.4.1 to 4.4.3 - [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases) - [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/structured-merge-diff@v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: github.com/cucumber/godog dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/PuerkitoBio/goquery dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/emicklei/go-restful/v3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-logr/logr dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/go-openapi/jsonpointer dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-openapi/jsonreference dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/go-openapi/swag dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/gofrs/uuid dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/google/gnostic-models dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/hashicorp/go-memdb dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/hashicorp/golang-lru dependency-type: indirect update-type: version-update:semver-major dependency-group: golang - dependency-name: github.com/magiconair/properties dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/matttproud/golang_protobuf_extensions dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/nxadm/tail dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/pelletier/go-toml/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/prometheus/client_golang dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/prometheus/client_model dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/prometheus/common dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/prometheus/procfs dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/sagikazarmark/locafero dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: github.com/spf13/cast dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/term dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/text dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/component-base dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/klog/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/kube-openapi dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/utils dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang - dependency-name: sigs.k8s.io/structured-merge-diff/v4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Dec 11, 2024
dependabot
bot
requested review from
ChristianAtDell,
donatwork,
HarishH-DELL,
meggm,
nitesh3108,
prablr79,
rajkumar-palani,
Sakshi-dell,
santhoshatdell,
shaynafinocchiaro and
shefali-malhotra
as code owners
December 11, 2024 18:50
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the golang group with 27 updates in the / directory:
0.10.0
0.15.0
1.7.0
1.8.0
1.18.2
1.19.0
1.9.0
1.10.0
0.28.0
0.32.0
1.67.1
1.68.1
1.34.2
1.35.2
0.29.2
0.31.4
0.29.2
0.31.4
1.9.2
1.10.0
3.11.0
3.12.1
0.20.2
0.21.0
0.20.4
0.21.0
0.6.8
0.6.9
0.5.4
1.0.2
1.8.7
1.8.9
1.0.2
1.0.4
1.4.8
1.4.11
1.14.0
1.20.5
0.4.0
0.6.0
1.6.0
1.7.0
3.5.12
3.5.17
3.5.12
3.5.17
3.5.12
3.5.17
0.5.0
0.8.0
0.26.0
0.31.4
4.4.1
4.4.3
Updates
github.com/cucumber/godog
from 0.10.0 to 0.15.0Release notes
Sourced from github.com/cucumber/godog's releases.
... (truncated)
Changelog
Sourced from github.com/cucumber/godog's changelog.
... (truncated)
Commits
dc6950b
Update CHANGELOG.mdecd2dfe
Ambiguous step detection - add support to all formatters (#648)223efc3
Fix some type checks on the signatures of nested step handlers (#647)8edde7f
Bugfix afterscenario attachments (#646)1e7c45e
Minor doc and comment corrections (#644)6e4f452
Replace more slack with discord9b51734
Replace slack with discord901da7f
fixed a bug where the attachments are extracted from the context too early, t...bcf6bce
ambiguous step def detection akin to cucumber jvm (#636)3abb346
provisional: Attachments now uses base64 padding not raw mode (#629)Updates
github.com/fsnotify/fsnotify
from 1.7.0 to 1.8.0Release notes
Sourced from github.com/fsnotify/fsnotify's releases.
Changelog
Sourced from github.com/fsnotify/fsnotify's changelog.
Commits
a9bc2e0
Prepare 1.8.0 release2d133b8
inotify: fix panic on Remove()1626962
Update CIc1467c0
test/kqueue: watch symlinks800ed83
kqueue: don't change internal state when Add() returns error (#638)ad74244
remove extra "to" from doc comment (#634)bec8903
Split out Watcher and backends (#632)a618f07
inotify: add recursive watcher (#472)17d9053
Print diffs for test failures53b06a8
inotify: implement WithNoFollow() (#631)Updates
github.com/spf13/viper
from 1.18.2 to 1.19.0Release notes
Sourced from github.com/spf13/viper's releases.
... (truncated)
Commits
b9733f0
build(deps): bump actions/checkout from 4.1.4 to 4.1.66ecc5c8
build(deps): bump cachix/install-nix-action from 26 to 27248c6fd
build(deps): bump github/codeql-action from 3.25.4 to 3.25.7abea773
Update references to bketelsen/cryptf17acb4
build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.18e285a5
build(deps): bump github/codeql-action from 3.25.2 to 3.25.44017620
build(deps): bump actions/setup-go from 5.0.0 to 5.0.1b67e814
build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.24a182c7
build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.245a0e12
build(deps): bump mheap/github-action-required-labelsUpdates
github.com/stretchr/testify
from 1.9.0 to 1.10.0Release notes
Sourced from github.com/stretchr/testify's releases.
... (truncated)
Commits
89cbdd9
Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls07bac60
Merge pull request #1667 from sikehish/flaky716de8d
Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI118fb83
NotSame should fail if args are not pointers #1661 (#1664)7d99b2b
attempt 205f87c0
more similarea7129e
better fmta1b9c9e
Merge pull request #1663 from ybrustin/master8302de9
Merge branch 'master' into master89352f7
Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2Updates
golang.org/x/net
from 0.28.0 to 0.32.0Commits
285e1cf
go.mod: update golang.org/x dependenciesd0a1049
route: remove unused sizeof* consts on freebsd6e41410
http2: fix benchmarks using common frame read/write functions4be1253
route: change from syscall to x/sys/unixbc37675
http2: limit number of PINGs bundled with RST_STREAMse9cd716
route: fix parse of zero-length sockaddrs in RIBs9a51899
http2: add SETTINGS_ENABLE_CONNECT_PROTOCOL support334afa0
go.mod: update golang.org/x dependenciesd7f220d
quic: add LocalAddr and RemoteAddr to quic.Conn858db1a
http2: surface errors occurring very early in a client conn's lifetimeUpdates
google.golang.org/grpc
from 1.67.1 to 1.68.1Release notes
Sourced from google.golang.org/grpc's releases.
Commits
d6a777f
Change version to 1.68.1 (#7894)9c54bbb
deps: Remove go patch version from go.mod (#7831) (#7877)dc26fee
credentials/alts: avoid SRV and TXT lookups for handshaker service (#7861) (#...eff4b16
Change version to 1.68.1-dev (#7745)acba4d3
Change version to 1.68.0 (#7743)5363dca
credentials: Apply defaults to TLS configs provided through GetConfigForClien...056dc64
status: Fix status incompatibility introduced by #6919 and move non-regenerat...b79fb61
mem: use slice capacity instead of length, to determine whether to pool buffe...54841ef
stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...ad81c20
pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)Updates
google.golang.org/protobuf
from 1.34.2 to 1.35.2Updates
k8s.io/apimachinery
from 0.29.2 to 0.31.4Commits
a8f449e
Falls back to SPDY for gorilla/websocket https proxy error62791ec
Merge pull request #125571 from liggitt/filter-auth-02-sarcc2ba35
add field and label selectors to authorization attributesce76a8f
generate35052c5
add subjectaccessreview field and label selectorsab06869
Merge pull request #126105 from benluddy/cbor-framer429f4e4
Implement runtime.Framer for CBOR Sequences.d7e1c53
Merge pull request #126018 from aroradaman/bump-k8s-utils07cb122
Merge pull request #125748 from benluddy/cbor-custom-marshalersdd17456
bump k8s.io/utilsUpdates
k8s.io/client-go
from 0.29.2 to 0.31.4Commits
4b5b7fa
Update dependencies to v0.31.4 tag5e3e8ea
informers: add comment that Start does not blockf71a5cc
Call non-blocking informerFactory.Start synchronously to avoid races4536e5a
Merge pull request #124012 from Jefftree/le-controller93c6a5b
Merge pull request #126353 from liggitt/fix-vendor6a9911a
revendor dependenciesfe54892
Merge pull request #126243 from SergeyKanzhelev/devicePluginFailures825f52e
Change PingTime to be persistentf45c451
fix ordering issue in candidates18dd587
feedback: leasecandidate clientsUpdates
github.com/PuerkitoBio/goquery
from 1.9.2 to 1.10.0Release notes
Sourced from github.com/PuerkitoBio/goquery's releases.
Commits
7d37930
Update readme to prepare 1.10 version9551ee5
Merge pull request #489 from PuerkitoBio/amikai-itereach-pr291e2cf
Merge branch 'master' into amikai-itereach-pr7019296
Update CI to target go1.23+eec8e87
Revert "Re-orangize code for compitable"957a864
Prepare 1.9.3 release34d91db
Merge pull request #488 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...0984c44
Bump golang.org/x/net from 0.28.0 to 0.29.0fbfb78c
Merge pull request #487 from Kiyo510/fix_ci_teste91ee4d
Fixed checkout to repo before executing actions/setup-go@v5 step to avoid err...Updates
github.com/emicklei/go-restful/v3
from 3.11.0 to 3.12.1Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
Commits
4e4aaa1
update historye5fed1c
fix misroute when dealing multiple webservice with regex (#549)77fc969
golang workflows for restful (#550)9a7c368
better naming for routing related variable (#548)26f2628
path template casing example (#546)59b17dc
update depdencies in examplesd027240
update chgs951a11c
add Flush method #529 (#538)b3a6f77
fix: Improper handling of empty POST requests (#543)c0e56c8
Update README.md: remove build badge until another setupDescription has been truncated